home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / zyxel-1.5-s / zyxel-1 / zplay / Makefile < prev    next >
Makefile  |  1994-10-25  |  160b  |  8 lines

  1. # Makefile for zplay, to be called from ZyXEL makefile
  2.  
  3. zplay:    zplay.o dsp.o
  4.     $(CC) $(LFLAGS) -o $@ $* zplay.o dsp.o
  5.  
  6. zplay.o: zplay.c dsp.h
  7. dsp.o: dsp.c dsp.h
  8.